home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 5817 / 5817.xpi / chrome / skin / default / sqlitemanager.css < prev   
Cascading Style Sheet File  |  2010-02-11  |  3KB  |  128 lines

  1. /*
  2. @import url(chrome://global/skin/)
  3. */
  4.  
  5. .tabs-closebutton {
  6.   list-style-image: url("chrome://sqlitemanager/skin/images/close.gif");
  7. }
  8.  
  9. tabs#sm-tabs tab {
  10.   padding: 4px 5px;
  11. }
  12.  
  13. label.dbinfo {
  14.     padding-top: 5px;
  15.     width: 30ex;
  16.     text-align: right;
  17. }
  18.  
  19. label.forControl {
  20.     padding-top: 5px;
  21. }
  22.  
  23. tabbox#sm-tabbox tabpanel {
  24.   overflow: auto;
  25. }
  26.  
  27. vbox#vb-dbInfoTab textbox,
  28. vbox#vb-dbInfoTab menulist {
  29.   width: 20ex;
  30. }
  31.  
  32. /*toolbar images*/
  33. .sm-tab-close-button {
  34.   list-style-image: url("chrome://sqlitemanager/skin/images/close.gif");
  35. }
  36. .tbb_questionmark {
  37.   list-style-image: url("chrome://sqlitemanager/skin/images/questionMark_24.png");
  38. }
  39. #tbb_refresh {
  40.   list-style-image: url("chrome://sqlitemanager/skin/images/refresh.png");
  41. }
  42. #tbb_options {
  43.   list-style-image: url("chrome://sqlitemanager/skin/images/options.png");
  44. }
  45. #tbb_newDb {
  46.   list-style-image: url("chrome://sqlitemanager/skin/images/new.png");
  47. }
  48. #tbb_openDb {
  49.   list-style-image: url("chrome://sqlitemanager/skin/images/open.png");
  50. }
  51. #tbb_import {
  52.   list-style-image: url("chrome://sqlitemanager/skin/images/import.png");
  53. }
  54. #tbb_udf {
  55.   list-style-image: url("chrome://sqlitemanager/skin/images/userfunctions.png");
  56. }
  57. #tbb_createTable {
  58.   list-style-image: url("chrome://sqlitemanager/skin/images/createTable.png");
  59. }
  60. #tbb_dropTable {
  61.   list-style-image: url("chrome://sqlitemanager/skin/images/dropTable.png");
  62. }
  63. #tbb_modifyTable {
  64.   list-style-image: url("chrome://sqlitemanager/skin/images/modifyTable.png");
  65. }
  66. #tbb_createIndex {
  67.   list-style-image: url("chrome://sqlitemanager/skin/images/createIndex.png");
  68. }
  69. #tbb_dropIndex {
  70.   list-style-image: url("chrome://sqlitemanager/skin/images/dropIndex.png");
  71. }
  72. #tbb_aboutConfig {
  73.   list-style-image: url("chrome://sqlitemanager/skin/images/aboutConfig.png");
  74. }
  75. #tbb_console {
  76.   list-style-image: url("chrome://sqlitemanager/skin/images/console.png");
  77. }
  78. #tbb_dominspector {
  79.   list-style-image: url("chrome://sqlitemanager/skin/images/dominspector.gif");
  80. }
  81.  
  82. /*execute-sql tab toolbar*/
  83. #hb-queryHistory > image {
  84.   height: 16px;
  85.   padding: 0px 4px;
  86. }
  87. #queryHistoryPrevImage {
  88.   list-style-image: url("chrome://sqlitemanager/skin/images/arrow-left-white.png");
  89. }
  90. #queryHistoryNextImage {
  91.   list-style-image: url("chrome://sqlitemanager/skin/images/arrow-right-white.png");
  92. }
  93. #querySaveByNameImage {
  94.   list-style-image: url("chrome://sqlitemanager/skin/images/save.png");
  95. }
  96. #queryHistoryClearImage {
  97.   list-style-image: url("chrome://sqlitemanager/skin/images/delete.png");
  98. }
  99.  
  100. /*About dialog*/
  101. #about-icon {
  102.   list-style-image: url("chrome://sqlitemanager/skin/images/default32.png");
  103. }
  104.  
  105. /*tree*/
  106. treechildren::-moz-tree-cell-text(selected) {
  107.   font-weight: bold;
  108. }
  109.  
  110. /*tree in structure sidebar*/
  111. treechildren::-moz-tree-cell(dbObjTable1) {
  112.   background-color: #ccffcc;
  113. }
  114. treechildren::-moz-tree-cell(dbObjIndex1) {
  115.   background-color: #ccccff;
  116. }
  117. treechildren::-moz-tree-cell(dbObjTrigger1) {
  118.   background-color: #ffcccc;
  119. }
  120. treechildren::-moz-tree-cell(dbObjTable1 selected) {
  121.   background-color: #339933;
  122. }
  123.  
  124. /*tree in browse and execute tabs*/
  125. treechildren::-moz-tree-cell(tabledata) {
  126.   border-right: 1px solid black;
  127. }
  128.